home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 3
/
Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso
/
rexx
/
deliplay.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-05-20
|
281b
|
17 lines
/* Load & Play a Module by DeliTracker */
PARSE ARG FullName
FullName = STRIP( FullName, 'B', '"')
IF ~SHOW( Ports, "DELITRACKER") THEN DO
ADDRESS COMMAND
'WBRun' 'SYS:Utilities/DeliTracker/DeliTracker'
WaitForPort "DELITRACKER"
END
ADDRESS 'DELITRACKER'
PLAYMOD FullName